Click or drag to resize

Resource Properties

The Resource type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets or sets the URI of the resource.
Public propertyAllowAutoRedirect
Gets or sets a value that indicates whether the request should follow redirection responses.
Public propertyAllowBuffering
Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.
Public propertyClientCertificate
Gets or sets the security client certificate.
Public propertyContentType
Gets or sets the value of the Content-Type HTTP header.
Public propertyCookies
Gets or sets the collection of cookies.
Public propertyHttpWebRequest
Gets underlying HttpWebRequest object.
Public propertyHttpWebResponse
Gets the latest response.
Public propertyKeepAlive
Gets or sets a value indicating whether to make a persistent connection.
Public propertyPreAuthenticate
Gets or sets a value indicating whether to send a authenticate header with the request.
Public propertyCode exampleRequestHeader
Gets or sets the custom request header.
Public propertySendChunked
Gets or sets a value indicating whether to send data in segments to the Internet resource.
Public propertySession
Gets or sets the WebdavSession of the resource.
Public propertySetContentLength
Gets or sets a value indicating whether to set ContentLength property for underlying HttpWebRequest.
Public propertyTimeout
Gets or sets the time-out value for a request.
Public propertyUnsafeAuthenticatedConnectionSharing
Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.
Public propertyUserAgent
Gets or sets the value of the User-Agent HTTP header.
Top
See Also